FindRowWithCellTextInColumn(String,String) Method
Returns the first row in a column that contains the specified text, by column name.

C# Syntax

ITableRow<T> FindRowWithCellTextInColumn( 
   string text,
   string column
)

Parameters

text
The The text to search for.
column
The column to search.

Return Value

The row. Null if text not found.